home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / see212.zip / SEE.INF < prev    next >
Text File  |  1992-06-09  |  9KB  |  285 lines

  1. ╔══════════════════╗
  2. ║                  ║
  3. ║  WHAT IS "SEE"?  ║
  4. ║                  ║
  5. ╚══════════════════╝
  6.  
  7.  
  8.   SEE is a utility for viewing and printing text files up to 80 characters
  9.   wide.  It can also display hex files in a format that makes it easy for you
  10.   to visually scan the file.  SEE's small size and low price (i.e. FREE!)
  11.   makes it ideal for inclusion with other software, so that the user can read
  12.   the documentation files.
  13.  
  14.   SEE also lets you extract portions of text from the listing.  The extracted
  15.   portion can be copied to the printer or to a text file.
  16.  
  17.  
  18.  
  19. ╔════════════════════╗
  20. ║                    ║
  21. ║  HOW TO USE "SEE"  ║
  22. ║                    ║
  23. ╚════════════════════╝
  24.  
  25.  
  26.  ╒═══════════════╕
  27.  │  STARTING UP  │
  28.  ╘═══════════════╛
  29.  
  30.  
  31.   At the DOS command prompt, enter SEE followed by the name of the file you
  32.   want to read.  For example:
  33.  
  34.   SEE MYFILE.TXT
  35.  
  36.  
  37.   ═════════
  38.   WILDCARDS
  39.   ═════════
  40.  
  41.   If you specify a "DOS Wildcard", you will see a menu of file names that
  42.   match. You can move the cursor to the file you want by using your arrow
  43.   keys.  Then press Enter to see the file.
  44.  
  45.   For example:
  46.  
  47.   SEE *.TXT
  48.  
  49.   would show you all files with the extension TXT.
  50.  
  51.   If you omit any file specification, SEE assumes you mean *.* so that the
  52.   following command would let you select from all files in the current
  53.   directory:
  54.  
  55.   SEE
  56.  
  57.  
  58.   ═══════════════════════
  59.   CROSS-DIRECTORY VIEWING
  60.   ═══════════════════════
  61.  
  62.   SEE normally looks for the files in your current drive and directory.
  63.   However, you can have it look at another drive or directory by specifying
  64.   the path name accordingly, as in this example:
  65.  
  66.   SEE D:\MYDIR\ACCOUNTS\PAYROLL.TXT
  67.  
  68.  
  69.   ══════════
  70.   MONOCHROME
  71.   ══════════
  72.  
  73.   SEE can normally detect if you have a color display card or not, but no
  74.   DOS program can detect if your monitor can actually display color.  (Some
  75.   people have color display cards with monochrome monitors)  If SEE is
  76.   displaying text in color and you want to force it to display in
  77.   monochrome, add  /M  to the file specification.  For example:
  78.  
  79.   SEE MYFILE.TXT /M
  80.  
  81.   This would display the file MYFILE.TXT in black and white.
  82.  
  83.  
  84.   ══════════
  85.   QUICK HELP
  86.   ══════════
  87.  
  88.   For a quick summary of SEE's functions, enter the following command at the
  89.   DOS prompt:
  90.  
  91.   SEE /?
  92.  
  93.   This will display several help screens.
  94.  
  95.   If you are already viewing a file, you can press the F1 key to see the same
  96.   screens.
  97.  
  98.   At the end of each screen you can press the spacebar to continue to the next
  99.   screen, or press Esc to return to what you were doing (i.e. DOS prompt or
  100.   viewing).
  101.  
  102.  
  103.  
  104.  ╒════════════════╕
  105.  │  READING FILES │
  106.  ╘════════════════╛
  107.  
  108.  
  109.   ══════════════
  110.   SCROLLING KEYS
  111.   ══════════════
  112.  
  113.   Once you have selected the file you want to read, you can scroll back and
  114.   forth in the file a line at a time, using the arrow keys.  You can also jump
  115.   back and forth a screen at a time, using the PgUp and PgDn keys.
  116.  
  117.   The Home and End keys position the file to the beginning and end,
  118.   respectively.
  119.  
  120.   The spacebar key moves forward one screen each time it is pressed.  When you
  121.   reach the end of the file, you are returned to the previous operation (i.e.
  122.   the file selection menu, if you started SEE with DOS wildcards, or the DOS
  123.   prompt otherwise).
  124.  
  125.  
  126.   ═════════
  127.   THE L KEY  ──  Jump to a line
  128.   ═════════
  129.  
  130.   The L key will ask you for a line number.  It will then jump to that line,
  131.   positioning it at the first line of the viewing area.
  132.  
  133.  
  134.   ═════════
  135.   THE F KEY  ──  Find text
  136.   ═════════
  137.  
  138.   The F key will ask you for a text string.  If it finds that string in the
  139.   file, it will jump there, highlighting the line the text is on.  The line
  140.   is positioned in the middle of the screen, if possible.
  141.  
  142.   To search for the same text again, press the F3 function key.
  143.  
  144.   For information about the function keys (sometimes called "The F Keys"), see
  145.   the section entitled "The Function Keys", below.
  146.  
  147.  
  148.   ═════════
  149.   THE C KEY  ──  Copy part or all of the file to printer or file
  150.   ═════════
  151.  
  152.   The C key sends a copy of the file (or part of it) to your printer, or to
  153.   another file.  See the section entitled "Copying" for details.
  154.  
  155.   While using the C feature, remember that the Esc key will always return you
  156.   to your previous operation.  If you were looking at the help screens, it
  157.   returns you to the viewing window.  If you were viewing text, it returns you
  158.   to the file selection menu (if you started SEE with DOS wildcards) or the
  159.   DOS prompt otherwise.
  160.  
  161.  
  162.   ═════════════════
  163.   THE FUNCTION KEYS
  164.   ═════════════════
  165.  
  166.   F 1  displays the help screens.  See "Quick Help", above, for additional
  167.        information about these screens.
  168.  
  169.   F 2  displays a "ruler" line, which lets you determine which column text
  170.        starts and ends.
  171.  
  172.   F 3  repeats the last Find operation (see "The F Key", above).
  173.  
  174.   F 4  is not used.
  175.  
  176.   F 5  switches the display to 25 lines, in monochrome.
  177.  
  178.   F 6  switches the display to 25 lines, in color.
  179.  
  180.   F 7  switches the display to smaller letters, in monochrome, if you have the
  181.        appropriate display card.  If you have a CGA, Hercules or MCGA card,
  182.        nothing will happen.  If you have an EGA card, you will see 43 lines
  183.        on your screen.  A VGA display card will display 50 lines.
  184.  
  185.   F 8  does what the F7 key does, but uses color instead of monochrome.
  186.  
  187.   F 9  is not used.
  188.  
  189.   F10  is not used.
  190.  
  191.  
  192.  
  193. ╔═══════════╗
  194. ║           ║
  195. ║  COPYING  ║
  196. ║           ║
  197. ╚═══════════╝
  198.  
  199.  
  200.   When you are viewing a file and you press the C (Copy) key, SEE will ask
  201.   you a few questions, then copy part (or all) of the file to the printer, or
  202.   to another file.
  203.  
  204.   The questions let you specify:
  205.  
  206.   PORTION:      Which part of the file (some, or all) should be copied.
  207.  
  208.   DESTINATION:  Which printer you want to print to (LPT1, LPT2 etc.) or which
  209.                 file you want to copy to (e.g. SAVE.TXT). If the file already
  210.                 exists, you can overwrite it, or add to the end.
  211.  
  212.   The following two questions apply to printing only:
  213.  
  214.   CONVERSION:   Whether to convert extended characters or not.
  215.  
  216.   FORM-FEED:    Whether the printer should "page eject" after printing.
  217.  
  218.   The printer questions are discussed in more detail, below.
  219.  
  220.   NOTE:  Before you start printing, make sure your printer is turned on,
  221.   is supplied with paper, and that the "Online" light is lit.  (On some
  222.   printers, the Online light may be labelled "Ready", or something similar.
  223.   Refer to your printer manual if you are not sure.)
  224.  
  225.   If at any time you wish to exit from the copying process, you can press the
  226.   Esc key.  If you were printing, you may have to turn your printer OFF for a
  227.   moment, then ON again, to reset it and clear its memory.
  228.  
  229.  
  230.   ═══════════════════
  231.   PRINTER DESTINATION
  232.   ═══════════════════
  233.  
  234.   When you are asked to select a printer destination, choose the address of
  235.   the printer to which you are copying the text.  You can choose any printer
  236.   from LPT1 to LPT9.  (It is very unusual to have a printer with an address
  237.   higher than LPT2.)
  238.  
  239.   If you are not sure, select LPT1.  Most PC-compatible computers have their
  240.   printer at that address.  Exception:  if your computer is sharing the
  241.   printer with other computers on a network, check with your network manager
  242.   before proceeding.
  243.  
  244.  
  245.   ══════════
  246.   CONVERSION
  247.   ══════════
  248.  
  249.   Many documents (such as this one) make use of the special characters that
  250.   are available on IBM-PC compatible computers.  Some printers, though
  251.   (particularly older printers and very high speed printers), can not print
  252.   these characters properly.
  253.  
  254.   If when you print, many of the characters come out wrong, you may have to
  255.   have them "converted".  The conversion process replaces these characters
  256.   with a "reasonable" substitution before printing them.  (Note that this
  257.   affects only the printing; the document you are viewing is NOT changed.)
  258.  
  259.   For example, accented letters can not be printed on all printers.  So